@charset "gb2312";
.section {
	position: relative;
	width: 100%;
	margin: auto;
	clear: both;
	overflow: hidden;
}
.kcBox {
	width: 1200px;
	padding-top: 10px;
	margin: 0 auto;
}
.knowList {
	float: left;
	width: 30%;
}
.knowListBox {
	width: 610px;
}
.knowListUl {
	float: left;
	width: 100%;
}
.knowListUl li {
	width: 80%;
	height: 80px;
	padding-left: 20%;
	border-right: 3px solid #d5d6d5;background-size: 50px 50px;
}
.knowListUl li a {
	width: 100%;
	height: 80px;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 80px;
}
.knowListUl li a:hover {
	color: #158fcf;
	border-right: 3px solid #158fcf;
}
.knowListUl .cur a{
	color: #158fcf;
	border-right: 3px solid #158fcf;
}
.knowListUl li:hover {
}
.knowListUl li a span {
	float: right
}
.contact {
	float: left;
	position: relative;
	width: 65%;
	height: 400px;
	margin-left: 5%;
	overflow: hidden;
}
.contact .numTel {
	margin-top: 100px;
	color: #158fcf;
	font-size: 24px;
	line-height: 52px;
}
.contact dl {
	width: 360px;
	display: block;
	clear: both;
}
.contact dl dt, .contact dl dd {
	color: #666666;
	font-size: 14px;
	line-height: 32px;
}
.contact dl dt {
	float: left;
	width: 44px;
	padding-left: 40px;
}
.contact dl dd {
	float: left;
	width: 360px;
}
.contact .conMore {
	position: absolute;
    right: 50px;
    top: 320px;
    background: #158fcf;
    padding: 10px 20px;
    border-radius: 50px;
    width: 200px;
    text-align: center;
}
.contact .conMore a {
	color: #ffffff;
}
#menu {
	display: none;
}
@media screen and (max-width: 1200px) {
#menu {
	display: block;
}
.menu {
	width: 35%;
	position: fixed;
	height: 100%;
	background: rgba(53,53,53,0.8);
	z-index: 1001;
	right: 0;
	top: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	margin: 0;
	padding: 0;
}
.menu.active {
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.menu .title {
	height: 50px;
	background: #353535;
	padding: 0 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	position: relative;
	display: block;
}
.menu .title .icon-close {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	text-align: center;
	line-height: 44px;
	color: #c3c4c8;
	font-weight: normal;
	cursor: pointer;
}
.mainnav {
	width: auto;
	height: auto;
	margin: 0 15px;
}
.mainnav li {
	float: none;
	line-height: 44px;
	text-align: center;
}
.icon-close {
}
}
.serve {
	width: 100%;
	height: 1299px;
	background-size: 100% 600px;
}
.serveP1 {
	width: 800px;
	font-size: 48px;
	text-align: center;
	font-family: SourceHanSansCN-Medium;
	color: rgba(255,255,255,1);
	margin: 69px auto 10px auto;
}
.serveP2 {
	width: 600px;
	margin: 0 auto 56px auto;
	text-align: center;
	font-size: 22px;
	font-family: SourceHanSansCN-Medium;
	color: rgba(246,246,246,1);
}
/*我们的服务*/
.servemiBoxGG {
	width: 100%;
	position: absolute;
	top: 35%;
}
.servemiBoxGGtext {
	background: url(/images/hbbutton1.png) center no-repeat;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 45px;
	text-indent: -8em;
	color: #158fcf;
}
.servemiBoxGG img {
	width: 80%;
}
.serveLeftTopBox img {
	width: 50px;
	height: 50px;
	margin-top: 20px;
}
.serveLeftBottonBox img {
	width: 50px;
	height: 50px;
	margin-top: 20px;
}
.serveCenBox img {
	width: 50px;
	height: 50px;
	margin-top: 20px;
}
.serveLeftTopBoxGG {
	display: flex;
	background: rgba(21, 143, 207, .8);
	padding: 12px 20px;
	width: 80%;
	height: 95px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.serveTop {
	display: flex;
}
.serveLeftTop {
	position: relative;
	height: 270px;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transform: rotate(0deg)
}
.serveLeftTopImg {
	transition: all 0.6s;
	background-size: 100% 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.serveLeftTopImg:hover {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.serveLeftBotton {
	position: relative;
	overflow: hidden;
	height: 270px;
	border-radius: 20px;
	transform: rotate(0deg)
}
.serveCen {
	position: relative;
	overflow: hidden;
	height: 560px;
	border-radius: 20px;
	transform: rotate(0deg)
}
.serveLeftTopBoxText {
	margin-left: 0px;
	padding-top: 5px;
}
.serveLeftTopBoxTextP1 {
	text-align: center;
	font-size: 19px;
	font-family: SourceHanSansCN-Regular;
	color: rgba(255,255,255,1);
	margin-bottom: 0px;
}
.serveLeftTopBoxTextP2 {
	text-align: center;
	font-size: 12px;
	font-family: SourceHanSansCN-Regular;
	color: rgba(255,255,255,1);
}
.serverightTop {
	height: 270px;
	margin-bottom: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transform: rotate(0deg)
}
.serverightBotton {
	height: 270px;
	border-radius: 20px;
	position: relative;
	transform: rotate(0deg);
	overflow: hidden;
}
.serverightTop .serveLeftTopBox img {
	width: 50px;
	height: 50px;
}
.serverightBotton .serveLeftBottonBox img {
	width: 50px;
	height: 50px;
}
.serveBottonLeft {
	height: 270px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transform: rotate(0deg)
}
.serveBottonCon {
	height: 270px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transform: rotate(0deg)
}
.serveBottonRight {
	height: 270px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transform: rotate(0deg)
}
.serveBotton {
	margin-top: 20px;
}
.serveLeftBottonBoxImg {
	width: 62px;
	height: 62px;
}
.serveGreater {
	width: 360px;
	border: 1px solid #F39A46;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	color: rgba(243,154,70,1);
	text-align: center;
	margin: 60px auto 80px auto;
	border-radius: 8px;
}
.row {
	margin-right: -1%;
	margin-left: -1%
}
.row:after {
	clear: both
}
.row:after, .row:before {
	display: table;
	content: " "
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 1%;
	padding-left: 1%
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 31%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media (max-width:1200px) {
.serveLeftTopBoxGG {
	width: 100%;
	padding: 12px 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.m22-bgimg {
	width: 100%
}
.m22-md {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.mobile-m22-md {
	display: none;
}
}
@media (max-width:767px) {
.gb {
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}
.mobile-m22-md {
	display: block;
}
.m22-md {
	display: none;
}
.items-news .items-news-block .item{
	width:100%}
.main-wrap {width:100%}
.newsmiddle{
	display: none !important;
}
}
@media (max-width:768px) {
.items-news .items-news-list .item{width:100%}
.main-footer-center{
	width:100%;
	border:none;}
}
@media (max-width:992px) {
.middle {
	display: none !important
}
}
@media (min-width:768px) {
.main-footer-center{width:50%;}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 48%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 31%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.main-wrap {width:100%}
.items-news .items-news-block .item {
    width: 45%;float:left;margin-right:5%;
}
.items-news .items-news-block .newsmiddle{
	display: block;margin-right:0;
}
.main-footer>.flex-row{width:100%}
.items-news .items-news-list .item{width:50%}
}
 @media (min-width:992px) {
.items-news .items-news-list .item{width:29.5%}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 31%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.main-wrap {width:100%}
.items-news .items-news-block .item {
    width: 30%;float:left;margin-right:5%;
}
.main-footer>.flex-row{width:100%}
}
 @media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 31%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.m22-bgimg {
	width: 1200px;
}
.m22-md {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.mobile-m22-md {
	display: none;
}
.items-news .items-news-block .item {
    width: 30%;float:left;margin-right:5%;
}
.main-footer>.flex-row{width:1200px}
}
.m22-bg {
height: 138px;
background-position:center center;
margin-bottom:40px;
}
.m22-bgimg {
	display: block;
}
.m22 .big-title {
	font-size: 36px;
	text-align: center;
	margin: 58px 0 65px;
	color: #383838;
	font-weight: lighter;
}
.m22 .big-title {
	margin-top: 80px;
	margin-bottom: 98px;
}
.m22-more {
	position: absolute;
	top: 59%;
	left: 6%;
	width: 85px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: rgba(21,143,207,0.8);
	color: #fff;
	font-size: 18px;
}
.m22-more:hover {
	background: #158fcf;
	color: #fff;
}
.m22-more.more2 {
	top: 93%;
}
.m22-more.more3 {
	top: 42%;
	left: 22%;
}
.m22-more.more4 {
	left: 38%;
}
.m22-more.more5 {
	top: 76%;
	left: 53.5%;
}
.m22-more.more6 {
	top: 25.5%;
	left: 69.5%;
}
.m22-more.more7 {
	left: 69.5%;
}
.m22-more.more8 {
	top: 93%;
	left: 69.5%;
}
.m22-more.more9 {
	top: 42%;
	left: 85.5%;
}
.items-news {

    padding-bottom: 100px;
}

.items {
    padding: 30px 0;
}

.main-wrap {
    position: relative;
}
.main-title {
    font-size: 24px;
    color: #333;
    margin: 50px 0;
    position: relative;
}
.items-case .flex-row, .items-news .items-news-block {
    justify-content: space-between;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.items-news .items-news-block  .last{
    margin-right: 0px;
}
.items-news .items-news-block .item a {
    color: #666;
}
.items-news .items-news-block .item a:hover{
    color: #158fcf;
}
.items-news .items-news-block .img-block {
    overflow: hidden;transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.img-block {
    margin: 0 auto;
    display: block;
}
.items-case .item, .items-case .item img, .items-news .items-news-block .img-block img, .items-our .item {
    transition: all .3s ease;
}

.img-block img, .img-block svg {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.items-news .item-title-block {
    border: 1px solid #eee;
    border-top: none;
    background: url(/images/star.png) white no-repeat;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
	background-size:8%;
}
.items-news .item-title-block .item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: justify;
	padding-left:20px;
}
.items-news .items-news-list {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 20px 0;
	width:100%;
}
.items-news .items-news-list .item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5%;
    float: left;
    margin-left: 0.5%;
}
.items-news .items-news-list .last{
    margin-right: 0px;
}
.items-news .items-news-list .item img {
    vertical-align:middle;
	width:20px;
}
.items-news .items-news-list .item a {
    color: #666;vertical-align:middle;padding-left:10px;
}
.items-news .items-news-list .item a:hover{
    color: #158fcf;
}
.main-footer {
    height: 258px;
    background-color: #373D41;
}
.main-footer>.flex-row {
    height: 100%;
    box-sizing: border-box;
    padding-top: 44px;
    align-items: flex-start;
}
.main-wrap {
    margin: 0 auto;
    transition: all .3s ease;
}
.header-signIn, .main-footer-info {
    width: 35%;padding: 20px 30px 0;
}
.main-footer-tel-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
}
.main-footer-tel-title a{
    color: #158fcf;
}
.main-footer-center {
    border-left: 1px solid #52595d;
    border-right: 1px solid #52595d;
}
.main-footer-nav {
    color: #999;
    text-align: center;
}
.main-footer-nav a {
    color: #999;
    margin: 0 4px;
}
.main-footer-copyRight {
    margin-top: 40px;
}
.main-footer-copyRight p {
    font-size: 12px;
    color: #777;
    text-align: center;
}
.main-footer-qr {
    text-align: center;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}
.main-footer-center{
   
    padding: 20px 30px 0;
    box-sizing: border-box;
}
.main-footer-qr {
    padding: 5px 30px 0;
    box-sizing: border-box;
	width:15%;
}
.qr-icon{color:#777
}
.qr-icon span{color:#158fcf
}
.qr-img{margin-bottom:5px;}